home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2015 August / PC_Format_082015.iso / Użytkowe / DriverMax 7.58 / drivermax.exe / {app} / innostp.exe / 1033 / MANIFEST / 1
Text File  |  2015-05-13  |  1KB  |  38 lines

  1.  
  2. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  3. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  4.  <assemblyIdentity version="1.0.0.0"
  5.     processorArchitecture="X86"
  6.     name="Innovative Auto Stp"
  7.     type="win32"/>
  8.  <description>Auto setup launcher.</description>
  9.  <!-- Identify the application security requirements. -->
  10.  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
  11.    <security>
  12.      <requestedPrivileges>
  13.        <requestedExecutionLevel
  14.          level="asInvoker"
  15.          uiAccess="false"/>
  16.        </requestedPrivileges>
  17.       </security>
  18.  </trustInfo>
  19.    <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
  20.       <application> 
  21.         <!--The ID below indicates application support for Windows Vista -->
  22.           <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> 
  23.         <!--The ID below indicates application support for Windows 7 -->
  24.           <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
  25.       </application> 
  26.   </compatibility>
  27.   <dependency>
  28.     <dependentAssembly>
  29.       <assemblyIdentity
  30.         type="win32"
  31.         name="Microsoft.Windows.Common-Controls"
  32.         version="6.0.0.0"
  33.         publicKeyToken="6595b64144ccf1df"
  34.         language="*"
  35.         processorArchitecture="*"/>
  36.     </dependentAssembly>
  37.   </dependency>
  38. </assembly>